Merged
Conversation
Updated project name and license type in pyproject.toml.
Closed
* Initial plan * Rename FMPose to FMPose3D in all files Co-authored-by: MMathisLab <28102185+MMathisLab@users.noreply.github.com> * Complete renaming FMPose to FMPose3D Co-authored-by: MMathisLab <28102185+MMathisLab@users.noreply.github.com> * Add .gitignore and remove Python cache files Co-authored-by: MMathisLab <28102185+MMathisLab@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: MMathisLab <28102185+MMathisLab@users.noreply.github.com> Co-authored-by: Mackenzie Mathis <mackenzie.mathis@epfl.ch>
Member
Author
|
@copilot update the directory name from fmpose to fmpose3d |
* Initial plan * Rename fmpose directory to fmpose3d and update all imports Co-authored-by: MMathisLab <28102185+MMathisLab@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: MMathisLab <28102185+MMathisLab@users.noreply.github.com>
…_RPEA_joint_level'
…ache Software License'
…ghts for animal3d
… deeplabcut as new dependencies in pyproject.toml
Collaborator
|
Thanks! The changes look good to me. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request performs a comprehensive rebranding and renaming of the project and codebase from "FMPose" to "FMPose3D", along with related updates to documentation, scripts, and licensing. The changes ensure consistency across all modules, scripts, and documentation, and update metadata to reflect the new project identity and license.
Project-wide renaming and rebranding:
All references to
FMPosehave been renamed toFMPose3Dthroughout the codebase, including class names (e.g.,FMPose→FMPose3Din model files), module docstrings, and documentation. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15]The Python package name is updated from
fmposetofmpose3dinpyproject.toml, and the license is changed from MIT to Apache 2.0, with updated author information and classifiers.Documentation and communication updates:
README.mdis updated to reflect the new project name, add a "News" section, clarify installation instructions, update acknowledgements, and fix minor typos. [1] [2] [3]Script and interface updates:
FMPose_train.sh→FMPose3D_train.sh,FMPose_test.sh→FMPose3D_test.sh), and corresponding script calls are updated (e.g.,FMPose_main.py→FMPose3D_main.py). [1] [2] [3] [4]Testing and internal documentation: